Add note to docstring for which-key-idle-delay
authorJustin Burkett <justin@burkett.cc>
Fri, 15 Mar 2019 12:48:23 +0000 (08:48 -0400)
committerJustin Burkett <justin@burkett.cc>
Fri, 15 Mar 2019 12:48:23 +0000 (08:48 -0400)
Ref #206

which-key.el

index 2aeaeaaa21c89f7a95626590d3392c4952237499..6980b78c5b9527e6a797c39880f74fef6a2207d4 100644 (file)
   :prefix "which-key-")
 
 (defcustom which-key-idle-delay 1.0
-  "Delay (in seconds) for which-key buffer to popup. A value of zero
-might lead to issues, so a non-zero value is recommended
+  "Delay (in seconds) for which-key buffer to popup. This
+ variable should be set before activating `which-key-mode'.
+
+A value of zero might lead to issues, so a non-zero value is
+recommended
 (see https://github.com/justbur/emacs-which-key/issues/134)."
   :group 'which-key
   :type 'float)